home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TABSEARCHWINDOW / TABSEARCHWINDOW.txt
Text File  |  2004-10-12  |  7KB  |  352 lines

  1. object ABSearchWindow: TABSearchWindow
  2.   Left = 101
  3.   Top = 108
  4.   HelpContext = 14050
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Search Address'
  8.   ClientHeight = 349
  9.   ClientWidth = 464
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PrintScale = poPrintToFit
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 208
  28.     Width = 353
  29.     Height = 137
  30.   end
  31.   object Book: TNotebook
  32.     Left = 0
  33.     Top = 0
  34.     Width = 464
  35.     Height = 201
  36.     Align = alTop
  37.     PageIndex = 1
  38.     TabOrder = 0
  39.     object TPage
  40.       Left = 0
  41.       Top = 0
  42.       Caption = 'Default'
  43.       object Label2: TLabel
  44.         Left = 8
  45.         Top = 20
  46.         Width = 31
  47.         Height = 13
  48.         Caption = '&Name:'
  49.         FocusControl = eName
  50.       end
  51.       object lEmail: TLabel
  52.         Left = 8
  53.         Top = 44
  54.         Width = 31
  55.         Height = 13
  56.         Caption = 'e-&Mail:'
  57.         FocusControl = eMail
  58.       end
  59.       object Label3: TLabel
  60.         Left = 8
  61.         Top = 68
  62.         Width = 62
  63.         Height = 13
  64.         Caption = '&Organisation:'
  65.         FocusControl = eOrg
  66.       end
  67.       object Label4: TLabel
  68.         Left = 8
  69.         Top = 92
  70.         Width = 41
  71.         Height = 13
  72.         Caption = '&Address:'
  73.         FocusControl = eAddress
  74.       end
  75.       object Label1: TLabel
  76.         Left = 8
  77.         Top = 116
  78.         Width = 89
  79.         Height = 13
  80.         Caption = '&Phone/Fax/Pager:'
  81.         FocusControl = ePhone
  82.       end
  83.       object eName: TEdit
  84.         Left = 120
  85.         Top = 16
  86.         Width = 233
  87.         Height = 21
  88.         TabOrder = 0
  89.       end
  90.       object eMail: TEdit
  91.         Left = 120
  92.         Top = 40
  93.         Width = 233
  94.         Height = 21
  95.         TabOrder = 1
  96.       end
  97.       object eOrg: TEdit
  98.         Left = 120
  99.         Top = 64
  100.         Width = 233
  101.         Height = 21
  102.         TabOrder = 2
  103.       end
  104.       object eAddress: TEdit
  105.         Left = 120
  106.         Top = 88
  107.         Width = 233
  108.         Height = 21
  109.         TabOrder = 3
  110.       end
  111.       object bAdvanced: TButton
  112.         Left = 368
  113.         Top = 172
  114.         Width = 89
  115.         Height = 25
  116.         Caption = 'Ad&vanced  >>'
  117.         TabOrder = 7
  118.         OnClick = bAdvancedClick
  119.       end
  120.       object cbALL: TRadioButton
  121.         Left = 16
  122.         Top = 144
  123.         Width = 337
  124.         Height = 17
  125.         Caption = '&Match ALL items above (AND)'
  126.         Checked = True
  127.         TabOrder = 5
  128.         TabStop = True
  129.       end
  130.       object cbANY: TRadioButton
  131.         Left = 16
  132.         Top = 168
  133.         Width = 337
  134.         Height = 17
  135.         Caption = 'Matc&h one or more items above (OR)'
  136.         TabOrder = 6
  137.       end
  138.       object ePhone: TEdit
  139.         Left = 120
  140.         Top = 112
  141.         Width = 233
  142.         Height = 21
  143.         TabOrder = 4
  144.       end
  145.       object bHelp: TButton
  146.         Left = 368
  147.         Top = 108
  148.         Width = 89
  149.         Height = 25
  150.         Caption = 'Help'
  151.         TabOrder = 8
  152.         OnClick = bHelpClick
  153.       end
  154.     end
  155.     object TPage
  156.       Left = 0
  157.       Top = 0
  158.       Caption = 'Advanced'
  159.       object bBasic: TButton
  160.         Left = 368
  161.         Top = 168
  162.         Width = 90
  163.         Height = 25
  164.         Caption = '<<  &Basic '
  165.         TabOrder = 5
  166.         OnClick = bBasicClick
  167.       end
  168.       object cb_All: TRadioButton
  169.         Left = 16
  170.         Top = 8
  171.         Width = 337
  172.         Height = 17
  173.         Caption = '&Match ALL items below (AND)'
  174.         Checked = True
  175.         TabOrder = 0
  176.         TabStop = True
  177.       end
  178.       object cb_Any: TRadioButton
  179.         Left = 16
  180.         Top = 24
  181.         Width = 337
  182.         Height = 17
  183.         Caption = 'Matc&h one or more items below (OR)'
  184.         TabOrder = 1
  185.       end
  186.       object bAdd: TButton
  187.         Left = 16
  188.         Top = 168
  189.         Width = 81
  190.         Height = 25
  191.         Caption = '&Add'
  192.         TabOrder = 2
  193.         OnClick = bAddClick
  194.       end
  195.       object bDelete: TButton
  196.         Left = 104
  197.         Top = 168
  198.         Width = 81
  199.         Height = 25
  200.         Caption = '&Delete'
  201.         TabOrder = 3
  202.         OnClick = bDeleteClick
  203.       end
  204.       object bClear: TButton
  205.         Left = 192
  206.         Top = 168
  207.         Width = 81
  208.         Height = 25
  209.         Caption = '&Clear'
  210.         TabOrder = 4
  211.         OnClick = bClearClick
  212.       end
  213.       object gFilter: TFilterGrid
  214.         Left = 8
  215.         Top = 48
  216.         Width = 353
  217.         Height = 113
  218.         ColCount = 3
  219.         DefaultRowHeight = 20
  220.         FixedCols = 0
  221.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  222.         TabOrder = 6
  223.         ColWidths = (
  224.           137
  225.           89
  226.           89)
  227.       end
  228.     end
  229.   end
  230.   object lBooks: TListBox
  231.     Left = 8
  232.     Top = 228
  233.     Width = 353
  234.     Height = 117
  235.     Style = lbOwnerDrawFixed
  236.     ItemHeight = 16
  237.     Sorted = True
  238.     TabOrder = 1
  239.     OnClick = lBooksClick
  240.     OnDrawItem = lBooksDrawItem
  241.     OnKeyDown = lBooksKeyDown
  242.   end
  243.   object bOK: TButton
  244.     Left = 368
  245.     Top = 14
  246.     Width = 92
  247.     Height = 25
  248.     Caption = '&Start'
  249.     Default = True
  250.     TabOrder = 2
  251.     OnClick = bOKClick
  252.   end
  253.   object bStop: TButton
  254.     Left = 368
  255.     Top = 44
  256.     Width = 91
  257.     Height = 25
  258.     Caption = '&Stop'
  259.     Enabled = False
  260.     TabOrder = 3
  261.     OnClick = bStopClick
  262.   end
  263.   object bClose: TButton
  264.     Left = 368
  265.     Top = 76
  266.     Width = 89
  267.     Height = 25
  268.     Cancel = True
  269.     Caption = 'Close'
  270.     TabOrder = 4
  271.     OnClick = bCloseClick
  272.   end
  273.   object bSelectSrv: TButton
  274.     Left = 368
  275.     Top = 228
  276.     Width = 89
  277.     Height = 25
  278.     Caption = 'S&elect all'
  279.     TabOrder = 6
  280.     OnClick = bSelectSrvClick
  281.   end
  282.   object bDeselectSrv: TButton
  283.     Left = 368
  284.     Top = 260
  285.     Width = 89
  286.     Height = 25
  287.     Caption = 'Dese&lect all'
  288.     TabOrder = 7
  289.     OnClick = bDeselectSrvClick
  290.   end
  291.   object hBook: TNotebook
  292.     Left = 8
  293.     Top = 210
  294.     Width = 353
  295.     Height = 18
  296.     TabOrder = 8
  297.     object TPage
  298.       Left = 0
  299.       Top = 0
  300.       Caption = 'Default'
  301.       object lbSearch: TLabel
  302.         Left = 4
  303.         Top = 2
  304.         Width = 101
  305.         Height = 13
  306.         Caption = 'Sea&rch in Directories:'
  307.         FocusControl = lBooks
  308.       end
  309.     end
  310.     object TPage
  311.       Left = 0
  312.       Top = 0
  313.       Caption = 'Search'
  314.       object hBooks: THeaderControl
  315.         Left = 0
  316.         Top = 0
  317.         Width = 353
  318.         Height = 18
  319.         Align = alClient
  320.         Sections = <
  321.           item
  322.             ImageIndex = -1
  323.             Text = 'Directory'
  324.             Width = 175
  325.           end
  326.           item
  327.             ImageIndex = -1
  328.             Text = 'Status'
  329.             Width = 125
  330.           end
  331.           item
  332.             ImageIndex = -1
  333.             Text = 'Found'
  334.             Width = 5000
  335.           end>
  336.         OnSectionResize = hBooksSectionResize
  337.       end
  338.     end
  339.   end
  340.   object bNew: TButton
  341.     Left = 368
  342.     Top = 140
  343.     Width = 89
  344.     Height = 25
  345.     Caption = 'Ne&w search'
  346.     Enabled = False
  347.     TabOrder = 5
  348.     Visible = False
  349.     OnClick = bNewClick
  350.   end
  351. end
  352.